home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Word Heads
/
Word Heads (1997)(Theatrix)[Mac-PC].iso
/
pc
/
getconn.ini
< prev
next >
Wrap
INI File
|
1997-07-22
|
1KB
|
54 lines
; fonts to be installed by demo
; true type only!
[fonts]
count=2
font1=snootian.ttf
font2=maft____.ttf
[config]
url=http://www.theatrix.com/whead.html
; this describes the main screen
; x and y are the origin of the image
; bmp is the image and buttons is the number of buttons
[$main]
bmp=1
x=0
y=0
buttons=3
prefix=button
; this describes the first button, its origin relative to the upper
; left corner of the client area (below the title and menu)
; up and down are the up and down button images
; prog is the program to run when the button is pushed
; this button is the exit button, its prog=$exit
; defines its function
[button3]
up=2
down=3
prog=$exit
x=23
y=194
; this button is the browser launch button, its prog=$browseurl
; defines its function
[button1]
up=6
down=7
prog=$browseurl
x=79
y=149
; this button is the browser setup button, its prog=$browsersetup
; defines its function
[button2]
up=4
down=5
prog=$browsersetup
x=236
y=189